home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / bbs_door / fvote_31.zip / FREEVOTE.CFG < prev    next >
Text File  |  1996-03-31  |  16KB  |  366 lines

  1. ; FrEevOtE configuration file
  2. ;
  3. ; If You have multiple configuration files start them with the -C command
  4. ; line option. 'FREEVOTE.CFG' is the deafault and will be read if the -C
  5. ; option is not specified.
  6. ;
  7. ; Any text following a semi-colon (;), and blank lines, are ignored.
  8. ;
  9. ;------------------------------------------------------------------------------
  10. ;
  11. ;  BBS system directory. Indicates where the door information file (drop file)
  12. ;  can be found. Remove the semi-colon (;) to activate this option.
  13. ;  You can activate this to  the door look for the drop files here or you
  14. ;  can pass this directory through the command line. This is good for
  15. ;  multinode sytems. (command line -Pc:\path)
  16. ;
  17. ;BBSDir    C:\BBS
  18. ;
  19. ;------------------------------------------------------------------------------
  20. ;
  21. ;  The door's working directory. This is where the door's system files are
  22. ;  located. Remove the semi-colon (;) to activate this option.
  23. ;  you can run multiple games when you create a different cfg file and set
  24. ;  each path different, then all the datafiles will be read from that 
  25. ;  directory. Or if you want to have the data directory different.
  26. ;
  27. ;DoorDir    C:\BBS\FREEVOTE
  28. ;
  29. ;------------------------------------------------------------------------------
  30. ;
  31. ;  Local mode override. Forces door to always operate in local test mode.
  32. ;  Remove the semi-colon (;) to activate this option. When this mode is
  33. ;  activated, no door information file is required and default settings are
  34. ;  used for the user's name, location, etc.
  35. ;  This is also done by the -L command line option. If you use the -L option
  36. ;  you can specify the user name.
  37. ;
  38. ;LocalMode
  39. ;
  40. ;------------------------------------------------------------------------------
  41. ;
  42. ;  Door personality setting. This setting selects one of a number of sysop
  43. ;  interface personalities. Each personality setting emulates the status line
  44. ;  format and sysop function keys of a particular BBS package. Valid
  45. ;  personality settings are:
  46. ;
  47. ;                     Standard            (OpenDoors style, similar to RA 1.11)
  48. ;                     PCBoard
  49. ;                     RemoteAccess
  50. ;                     Wildcat
  51. ;
  52. Personality    Standard
  53. ;
  54. ;------------------------------------------------------------------------------
  55. ;
  56. ;   Voting Options, Type "Yes" or "No" after the keyword.
  57. ;
  58. ;Minimum security to allow in the door, if the user is lower he will be kicked
  59. ;out of the door. (0 for everyone)
  60. MinSecurity    0
  61. ;
  62. ;Allow users to add questions of their own?
  63. AllowAdd       Yes
  64. ;
  65. ;Minimum security to allow question adding (set to 0 for everybody)
  66. ;(AllowAdd overrides this option)
  67. AddSecurity    0
  68. ;
  69. ;Allow users to delete the questions they have created?
  70. AllowDelete    Yes
  71. ;
  72. ;Allow users to change their votes to the questions they voted on?
  73. AllowChange    Yes
  74. ;
  75. ;Allow users to withdraw their vote from questions? AllowChange has to
  76. ;be enabled for this to have any effect.
  77. AllowUnvote    Yes
  78. ;
  79. ;Allow regular users to view users results of questions they have not voted 
  80. ;on? Sysop access level users can do this regardless of this settings.
  81. ViewUnanswered No
  82. ;
  83. ;Should the answers be separated by being cyan and yellow or should they
  84. ;all be green just as it was. This is for the results graph only!
  85. ColoredResults Yes
  86. ;
  87. ;Answer Adding, should the creator choose if others can add answers, should 
  88. ;it be completely disabled, or should it be forced for every question created
  89. ;Select from "Never" (disabled completely) "Optional" (creator chooses) or 
  90. ;"Forced" (every question will allow it) old questions from previous versions
  91. ;will not use these and will be same as allways. Sysop access level users can
  92. ;always create any questions.
  93. AnswerAdding   Optional
  94. ;
  95. ;The new option in 2.7 is that questions which allows one user to add more 
  96. ;than one answer to the question. this is by default chosen by the question
  97. ;creator, but you may disable it or force it for every question! Select from 
  98. ;"Never" (disabled completely) "Optional" (creator chooses) or "Forced" 
  99. ;(every question will allow it) old questions from previous versions will not 
  100. ;use these and will be same as allways. Sysop access level users can always 
  101. ;create any questions.
  102. MultipleAdds   Optional
  103. ;
  104. ;Allow anonymous question posting? Sysop access level users can allways post 
  105. ;as anonymous!
  106. AllowAnonymous Yes
  107. ;
  108. ;Allow creation the multiple answer questions, th eones that allow one user 
  109. ;to choose more than one answer, kind of like cheack all that aplies. Sysop
  110. ;access level users will allways have this option.
  111. MultipleAnswers Yes
  112. ;
  113. ;Allow user to view results of the questions they created even if they haven't 
  114. ;voted on them yet. This has no meaning if you set the ViewUnunswered to yes.
  115. ViewOwnResults Yes
  116. ;
  117. ;------------------------------------------------------------------------------
  118. ;
  119. ;   If to read handles or real names from the dropfiles. 
  120. ;
  121. ;   !!CAUTION!! Change this only when first installing the game or when you 
  122. ;   reset. If you chage it, the door will not recognise users and their votes 
  123. ;   will be wrong!!! Change this before you install freevote or when you reset!
  124. ;
  125. ;   This also aplies when you use the BADUSERS.TXT! If you use it that is!
  126. ;
  127. UseHandles     No
  128. ;
  129. ;------------------------------------------------------------------------------
  130. ;
  131. ;   Time after which questions should be deleted in days. Do not set this 
  132. ;   option or set it to 0 if you do not want questions deleted!
  133. ;
  134. ;DeleteAfter    0 
  135. ;
  136. ;------------------------------------------------------------------------------
  137. ;
  138. ;  BBS node number that door is running on. Only used if FrEevOtE is unable
  139. ;  to determine the node number by some other means.
  140. ;  (the -N command line option or the dropfile) I recomend passing the -N
  141. ;  option and the -P option to FrEevOtE for a multinode system, instead of 
  142. ;  creating more config files.
  143. ;
  144. ;Node    1
  145. ;
  146. ;------------------------------------------------------------------------------
  147. ;
  148. ;  Sysop paging hours. Sysop paging will be permitted beginning at the start
  149. ;  time, up until, but not including, the end time. Times should be in 24-hour
  150. ;  format. To disable paging on a particular day, set the paging start and end
  151. ;  times to the same time.
  152. ;
  153. ;                      Start Time    End Time
  154. SundayPagingHours         9:00        22:00
  155. MondayPagingHours         8:30        22:00
  156. TuesdayPagingHours        8:30        22:00
  157. WednesdayPagingHours      8:30        22:00
  158. ThursdayPagingHours       8:30        22:00
  159. FridayPagingHours         8:30        22:00
  160. SaturdayPagingHours       9:00        22:00
  161. ;
  162. ;------------------------------------------------------------------------------
  163. ;
  164. ;  Duration of sysop page. Value indicates the number of beeps that compose the
  165. ;  sysop page alarm.
  166. ;
  167. PageDuration    10
  168. ;
  169. ;  Allow the user to page?
  170. ;
  171. AllowPage       Yes
  172. ;
  173. ;------------------------------------------------------------------------------
  174. ;
  175. ;  Maximum length of time a user is permitted to access FrEevOtE. If the user's
  176. ;  total remaining time on the BBS is less than this value, the user will only
  177. ;  be permitted to access the door for this shorter length of time. This option
  178. ;  may be disabled by placing a semi-colon (;) at the beginning of the line.
  179. ;  When this option is disabled, the user will be permitted to use the full
  180. ;  of their remaining time on the BBS within the door.
  181. ;
  182. ;MaximumDoorTime    15
  183. ;
  184. ;------------------------------------------------------------------------------
  185. ;
  186. ;  Inactivity timeout. Specifies the maximum number of seconds that may elapse
  187. ;  without the user pressing any key, before the user will be automatically
  188. ;  disconnected. A value of 0 disables inactivity timeouts.
  189. ;
  190. InactivityTimeout    0
  191. ;
  192. ;------------------------------------------------------------------------------
  193. ;
  194. ;  Name of the sysop. FrEevOtE can usually determine the sysop's name from the
  195. ;  information passed to the door by the BBS. However, some BBS software does
  196. ;  not supply this information to doors. In such cases, if the sysop's name is
  197. ;  required by the door, it may be supplied here. You have to supply this in 
  198. ;  order to use the sysop features in the door! Remove the semi-colon (;) to
  199. ;  activate this option. This has to be the sysops REAL name, not handle!
  200. ;
  201. ;SysopName    Sysop
  202. ;
  203. ;  If your BBS Software can pass the user security (most can) you can set 
  204. ;  which security has access to the sysop functions (deleteing questions...)
  205. ;  It is set at 32767 by default so that nobody will have access unless his
  206. ;  name is the sysop name st above. If you want to set this option, remove
  207. ;  the semi-colon(;)
  208. ;
  209. ;SysopSecurity 100
  210. ;
  211. ;------------------------------------------------------------------------------
  212. ;
  213. ;  Name of the BBS. FrEevOtE can usually determine the name of the BBS from
  214. ;  the information passed to the door by the BBS. However, some BBS software
  215. ;  does not supply this information to door programs. In such cases, if the
  216. ;  name of the BBS is needed by the door, it may be supplied here. Remove the
  217. ;  semi-colon (;) to activate this option.
  218. ;
  219. ;SystemName    Some BBS
  220. ;
  221. ;------------------------------------------------------------------------------
  222. ;
  223. ;  Serial port options. These options are generally not needed, as these
  224. ;  settings can usually be determined from the BBS door information file.
  225. ;  "LockedBPS" specifies the the BPS rate at which the door should communicate
  226. ;  with the modem. "SerialPort" specifies the port port number that the modem
  227. ;  is connected to. Unless you have reassigned the port numbers through your
  228. ;  FOSSIL drive, port 0 corresponds to COM1, port 1 corresponds to COM2, and
  229. ;  so on. Remove the semi-colon (;) to activate either of these options.
  230. ;
  231. ;LockedBPS    38400
  232. ;SerialPort    0
  233. ;
  234. ;
  235. ;  Normally, a FOSSIL driver is used for serial I/O if one is available. If
  236. ;  a FOSSIL driver has not been loaded, the door communicates directly with
  237. ;  the modem. Removing the semi-colon (;) from the "NoFossil" option causes
  238. ;  the door to always communicate directly with the modem, bypassing any
  239. ;  FOSSIL driver.
  240. ;
  241. ;NoFossil
  242. ;
  243. ;------------------------------------------------------------------------------
  244. ;
  245. ;  The following options only apply if a FOSSIL driver is NOT being used for
  246. ;  serial communications. If a FOSSIL driver IS being used, these options
  247. ;  are normally set on the FOSSIL driver command line.
  248. ;
  249. ;  Hexidecimal address of the serial port. This address can usually be
  250. ;  determined automatically for ports COM1, COM2, COM3, and COM4, and is
  251. ;  normally only required for ports COM5 and higher. Remove the semi-colon
  252. ;  (;) to activate this option.
  253. ;
  254. ;PortAddress 2F8
  255. ;
  256. ;
  257. ;  Interrupt request line that the serial port is using. May be any IRQ line
  258. ;  from 1 to 15. By default, IRQ line 4 is used for ports COM1: and COM3:,
  259. ;  while IRQ line 3 is used for all other ports. Remove the semi-colon (;)
  260. ;  to activate this option.
  261. ;
  262. ;PortIRQ 4
  263. ;
  264. ;
  265. ;  Serial I/O buffer sizes. "ReceiveBuffer" specifies the number of bytes in
  266. ;  the serial I/O receive buffer. You may want to increase this buffer size
  267. ;  if you find that characters being sent from the user's modem are being lost.
  268. ;  "TransmitBuffer" specifies the number of bytes in the serial I/O transmit
  269. ;  buffer. You may want to increase this buffer size for improved performance
  270. ;  in some multitasking environments.
  271. ;
  272. ReceiveBuffer 256
  273. TransmitBuffer 1024
  274. ;
  275. ;
  276. ;  UART FIFO buffers. Normally, FrEevOtE will use 16550A UART FIFO buffers
  277. ;  if they are available. You can prevent FrEevOtE from using the FIFO
  278. ;  buffers, even if they are available, by removing the semi-colon before
  279. ;  the "NoFIFO" keyword. The "FIFOTriggerSize" specifies how many characters
  280. ;  may be placed in the FIFO buffers before an serial I/O interrupt is
  281. ;  envoked. Valid values are 1, 4, 8 and 14 bytes. The default value is 4
  282. ;  bytes.
  283. ;
  284. ;NoFIFO
  285. FIFOTriggerSize 4
  286. ;
  287. ;------------------------------------------------------------------------------
  288. ;
  289. ;  Custom door information file support. FrEevOtE automatically recognizes
  290. ;  most door information file (drop file) formats, including DORINFO?.DEF,
  291. ;  EXITINFO.BBS, DOOR.SYS, SFDOORS.DAT, CALLINFO.BBS and CHAIN.TXT. However,
  292. ;  to permit FrEevOtE to operate on BBS systems that produce a different format
  293. ;  file, you may define a custom door information file format. A custom door
  294. ;  information file format is defined using the "CustomFileName" command,
  295. ;  followed by one or more lines beginning with the "CustomFileLine" command.
  296. ;
  297. ;  The "CustomFileName" option specifies the filename used to distinguish this
  298. ;  file format from other file formats. This filename should not include a
  299. ;  path. To specify the path where the door information file is located, use
  300. ;  the BBSDir setting, near the beginning of this file. If the filename of the
  301. ;  custom format is the same as that of one of the built-in formats, the custom
  302. ;  format will override the built-in format.
  303. ;
  304. ;  The actual format of the custom file is specified using a number of lines
  305. ;  that begin with the keyword "CustomFileLine". Each of these lines will
  306. ;  correspond to a single line in the door information file, with the option
  307. ;  following the "CustomFileLine" keyword specifying the information that can
  308. ;  be found on that line. This can be one of the following keywords:
  309. ;
  310. ;                    Ignore - Causes the next line in the door information
  311. ;                             file to be ignored. Use on lines for which none
  312. ;                             of the options below apply.
  313. ;                   ComPort - COM? port the modem is connected to
  314. ;                             (0 indicates local mode)
  315. ;                FossilPort - Fossil port number the modem is connected to
  316. ;                  ModemBPS - BPS rate at which to communicate with modem
  317. ;                             (0 or non-numerical value indicates local mode)
  318. ;                 LocalMode - 1, T or Y if door is operating in local mode
  319. ;                  UserName - Full name of the user
  320. ;             UserFirstName - First name(s) of the user
  321. ;              UserLastName - Last name of the user
  322. ;                     Alias - The user's psuedonym / handle
  323. ;                 HoursLeft - Hours user has left online
  324. ;               MinutesLeft - Minutes user has left online, or time left online
  325. ;                             in format hh:mm
  326. ;               SecondsLeft - Seconds user has left online, or time left online
  327. ;                             in format hh:mm:ss or format mm:ss
  328. ;                             (If more than one of the above time options are
  329. ;                             used, the user time left is taken to be the total
  330. ;                             of all of these values.)
  331. ;                      ANSI - 1, T, Y or G for ANSI graphics mode
  332. ;                    AVATAR - 1, T or Y for AVATAR graphics mode
  333. ;                       RIP - 1, T or Y for RIP graphics mode
  334. ;               PagePausing - 1, T or Y if user wishes a pause at end of screen
  335. ;              ScreenLength - Number of lines on user's screen
  336. ;            ScreenClearing - 1, T or Y if screen clearing mode is on
  337. ;                  Security - The user's security level / access level
  338. ;                      City - City the user is calling from
  339. ;                      Node - Node number user is connected to
  340. ;                 SysopName - Full name of the sysop
  341. ;            SysopFirstName - The sysop's first name(s)
  342. ;             SysopLastName - The sysop's last name
  343. ;                SystemName - Name of the BBS
  344. ;
  345. ;
  346. ; EXAMPLE:
  347. ;
  348. ; Same format as DORINFO?.DEF
  349. ; Remove semicolons to use example!
  350. ;
  351. ;CustomFileName    EXAMPLE.DEF                     
  352. ;CustomFileLine    SystemName
  353. ;CustomFileLine    SysopFirstName
  354. ;CustomFileLine    SysopLastName
  355. ;CustomFileLine    ComPort
  356. ;CustomFileLine    ModemBPS
  357. ;CustomFileLine    Ignore
  358. ;CustomFileLine    UserFirstName
  359. ;CustomFileLine    UserLastName
  360. ;CustomFileLine    City
  361. ;CustomFileLine    ANSI
  362. ;CustomFileLine    Security
  363. ;CustomFileLine    MinutesLeft
  364. ;
  365. ;------------------------------------------------------------------------------
  366.